Namespace - LJCDBMessage
Parameters
dataColumns - The columns collection.
dataRow -
The DataRow
object.
Returns
The result values.
Syntax
C# |
public DbValues GetRowValues(DbColumns dataColumns, DataRow dataRow)
|
Gets the result values from the data row.
Remarks
Combines the required column definition values and
DataRow
data values into a
DbValues
collection.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.